forgot the G_GNUC_CONST of gtk_orientable_get_type().
authorMichael Natterer <mitch@imendio.com>
Tue, 30 Sep 2008 08:37:34 +0000 (08:37 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Tue, 30 Sep 2008 08:37:34 +0000 (08:37 +0000)
2008-09-30  Michael Natterer  <mitch@imendio.com>

* gtk/gtk.symbols: forgot the G_GNUC_CONST of
gtk_orientable_get_type().

svn path=/trunk/; revision=21551

ChangeLog
gtk/gtk.symbols

index fc9a92d7403e770408ec566d17fff5f2f7af909b..fed82d91f88728deaa0819825150fe58f75f4f74 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-09-30  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtk.symbols: forgot the G_GNUC_CONST of
+       gtk_orientable_get_type().
+
 2008-09-30  Michael Natterer  <mitch@imendio.com>
 
        Bug 541009 – Get rid of separate subclasses for horizontal and
index 537be335cab5fdbfb6fced77cadf900109019ebc..6813133268bc457bf37aac0ce8f39af518f3c2b5 100644 (file)
@@ -2550,8 +2550,8 @@ gtk_object_get_type G_GNUC_CONST
 
 #if IN_HEADER(__GTK_ORIENTABLE_H__)
 #if IN_FILE(__GTK_ORIENTABLE_C__)
-gtk_orientable_get_type
 gtk_orientable_get_orientation
+gtk_orientable_get_type G_GNUC_CONST
 gtk_orientable_set_orientation
 #endif
 #endif